home *** CD-ROM | disk | FTP | other *** search
/ Colossal Clipart / Colossal Clipart.iso / _debug / 5.bat < prev    next >
DOS Batch File  |  1995-08-09  |  307b  |  20 lines

  1. @echo off
  2. rem Kill PRODUCT FROM DEFAULT DIRECTORY
  3.  
  4.  
  5.  
  6. rem check for dir
  7. if not exist c:\SUPERSG\CLIPART\nul goto nodir
  8.  
  9. Echo Deleting C:\SUPERSG\CLIPART ...
  10. delTREE C:\SUPERSG\CLIPART
  11. Echo Success!
  12.  
  13. goto exit
  14.  
  15. :nodir
  16. Echo The Directory: C:\SUPERSG\CLIPART does not exist.
  17. goto exit
  18.  
  19. :exit
  20.